Error processing SSI file
LEADTOOLS (Leadtools.Annotations.Core)

Show in webframe

Version Changes: 18 to 19

Removed

The following members have been removed from the existing types:

Member Description
Leadtools.Annotations.IO.AnnIo.Load(String,Leadtools.Annotations.Core.AnnContainer,Int32) Removed in v19
Leadtools.Annotations.IO.AnnIo.Load(IO.Stream,Leadtools.Annotations.Core.AnnContainer,Int32) Removed in v19
Leadtools.Annotations.Core.AnnCodecs.LoadFromXmlDocument(Document,Int32) (Objective C) Removed in v19
Leadtools.Annotations.Core.AnnCodecs.GetInfoFromXmlDocument(Document) (Objective C) Removed in v19
Leadtools.Annotations.Core.AnnCodecs.Load(String,Int32) (Objective C) Removed in v19
Leadtools.Annotations.Core.AnnCodecs.Save(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Core.AnnFormat,String,Int32) (Objective C) Removed in v19
Leadtools.Annotations.Core.AnnContainer.Resources Removed in v19
Leadtools.Annotations.Core.AnnEncryptObject.Apply(Leadtools.RasterImage,Leadtools.Annotations.Core.AnnContainerMapper) Removed in v19
Leadtools.Annotations.Core.AnnRedactionObject.Realize(Leadtools.RasterImage,Leadtools.Annotations.Core.AnnContainerMapper) Removed in v19
Leadtools.Annotations.Core.AnnRedactionObject.Restore(Leadtools.RasterImage,Leadtools.Annotations.Core.AnnContainerMapper) Removed in v19
Leadtools.Annotations.Core.AnnRedactionObject.Image Removed in v19
Leadtools.Annotations.Core.AnnSelectionObject.SelectionStroke Removed in v19
Leadtools.Annotations.Core.AnnSolidColorBrush.brush(String) (Objective C) Removed in v19
Leadtools.Annotations.Core.AnnLabel.IsRestricted Removed in v19
Leadtools.Annotations.Core.IAnnAutomationControl.AutomationContainer Removed in v19
Leadtools.Annotations.Core.IAnnAutomationControl.AutomationOffset Removed in v19
Leadtools.Annotations.Core.IAnnAutomationControl.AutomationSize Removed in v19
Leadtools.Annotations.Core.IAnnAutomationControl.Image Removed in v19
Leadtools.Annotations.Core.IAnnAutomationControl.AutomationTouchListener (Java) Removed in v19

New Members

The following members have been added to the existing types:

Member Description
Leadtools.Annotations.IO.AnnIo.Load(String,Leadtools.Annotations.Core.AnnContainer,Int32,Double,Double) Loads the annotation stored in a file at the specified page.
Leadtools.Annotations.IO.AnnIo.Load(IO.Stream,Leadtools.Annotations.Core.AnnContainer,Int32,Double,Double) Loads the annotation stored in a stream at the specified page.
Leadtools.Annotations.IO.AnnIo.Load(String,Double,Double) Loads the annotation stored in a file using the specified resolution.
Leadtools.Annotations.IO.AnnIo.Load(IO.Stream,Double,Double) Loads the annotation stored in a stream using the specified resolution.
Leadtools.Annotations.Core.AnnFormat.PDFAnnotations Annotations within a PDF file.
Leadtools.Annotations.Core.AnnFormat.TifTagAnnotations Annotations tags within a TIFF file.
Leadtools.Annotations.Core.AnnFormat.WangTagAnnotations Annotations Wang tags within a TIFF file.
Leadtools.Annotations.Core.AnnFormat.LegacyAnnotations Legacy LEADTOOLS annotations.
Leadtools.Annotations.Core.AnnCodecs.Load(String,Int32,Double,Double) Loads an annotation container from the specified file with the specified resolution (for annotation files saved with LEADTOOLS prior to version 15).
Leadtools.Annotations.Core.AnnCodecs.Load(IO.Stream,Int32,Double,Double) Loads an annotation container from the specified stream with the specified resolution (for annotation files saved with LEADTOOLS prior to version 15).
Leadtools.Annotations.Core.AnnCodecs.SaveLayerAsync(StorageFile,Leadtools.Annotations.Core.AnnLayer,Leadtools.Annotations.Core.AnnFormat,Int32) Saves an annotation layer to a storage file data.
Leadtools.Annotations.Core.AnnCodecs.LoadFromXmlDocument(Document,Int32) (Objective C) Loads an annotation container from the specified XML document.
Leadtools.Annotations.Core.AnnCodecs.GetInfoFromXmlDocument(Document) (Objective C) Gets information about the specified XML document.
Leadtools.Annotations.Core.AnnCodecs.Load(String,Int32) (Objective C) Loads an annotation container from the specified XML data.
Leadtools.Annotations.Core.AnnCodecs.SaveLayer(Leadtools.Annotations.Core.AnnLayer,Leadtools.Annotations.Core.AnnFormat,String) (Java) Saves an annotation layer data.
Leadtools.Annotations.Core.AnnCodecs.SaveLayer(Writer,Leadtools.Annotations.Core.AnnLayer,Leadtools.Annotations.Core.AnnFormat,Int32) (Java) Saves an annotation layer to a writer.
Leadtools.Annotations.Core.AnnCodecs.Save(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Core.AnnFormat,String,Int32) (Objective C) Saves an annotation container to XML data.
Leadtools.Annotations.Core.AnnCodecs.LoadAll(String) (Java) Loads all the annotation containers from the specified multi-page annotation file.
Leadtools.Annotations.Core.AnnCodecs.LoadAll(String) Loads all the annotation containers from the specified multi-page annotation file.
Leadtools.Annotations.Core.AnnCodecs.LoadAll(String,Double,Double) Loads all the annotation containers from the specified multi-page annotation file with the specified resolution (for annotation files saved with LEADTOOLS prior to version 15).
Leadtools.Annotations.Core.AnnCodecs.LoadAll(IO.Stream) Loads all the annotation containers from the specified stream containing a multi-page annotation file.
Leadtools.Annotations.Core.AnnCodecs.LoadAll(IO.Stream,Double,Double) Loads all the annotation containers from the specified stream containing a multi-page annotation file. with the specified resolution (for annotation files saved with LEADTOOLS prior to version 15).
Leadtools.Annotations.Core.AnnCodecs.SaveAll(String,Leadtools.Annotations.Core.AnnContainer[],Leadtools.Annotations.Core.AnnFormat) Saves an array of annotation containers to a file.
Leadtools.Annotations.Core.AnnCodecs.SaveAll(IO.Stream,Leadtools.Annotations.Core.AnnContainer[],Leadtools.Annotations.Core.AnnFormat) Saves an array of annotation containers to a stream.
Leadtools.Annotations.Core.AnnCodecs.LoadAllFromString(String) Loads an array of annotation containers from the specified xml data.
Leadtools.Annotations.Core.AnnCodecs.SaveAllToString(Leadtools.Annotations.Core.AnnContainer[],Leadtools.Annotations.Core.AnnFormat) Saves an array of annotation containers to a string.
Leadtools.Annotations.Core.AnnCodecs.LoadAllAsync(StorageFile) Loads all the annotation containers from the specified multi-page storage file.
Leadtools.Annotations.Core.AnnCodecs.SaveAllAsync(StorageFile,Leadtools.Annotations.Core.AnnContainer[],Leadtools.Annotations.Core.AnnFormat) Saves an array of annotation containers to a storage file data.
Leadtools.Annotations.Core.AnnCodecs.SaveToTag(Leadtools.Annotations.Core.AnnContainer,Boolean) Saves the annotation objects in a container to a TIFF tag.
Leadtools.Annotations.Core.AnnCodecs.LoadSourceResolution Gets or sets the source resolution to use when loading annotation containers.
Leadtools.Annotations.Core.AnnCodecs.LoadTargetResolution Gets or sets the target resolution to use when loading annotation containers.
Leadtools.Annotations.Core.AnnCodecs.LoadUseDpi Gets or sets a value that indicate whether to use the target resolution during load.
Leadtools.Annotations.Core.AnnUnitConverter.SmartEnglishMaximumUnit Gets or sets the maximum AnnUnit to use when using smart English units.
Leadtools.Annotations.Core.AnnUnitConverter.SmartMetricMaximumUnit Gets or sets the maximum AnnUnit to use when using smart Metric units.
Leadtools.Annotations.Core.AnnContainer.Rotate(Double) Rotates this AnnContainer and its children by the specified value.
Leadtools.Annotations.Core.AnnContainer.GroupsRoles Gets or sets the AnnGroupsRoles associated with this container.
Leadtools.Annotations.Core.AnnContainerMapper.BurnScaleFactor Gets or sets a scale factor that will be used when burning annotations.
Leadtools.Annotations.Core.AnnContainerMapper.ScrollOffset Gets or sets the current scroll offset for this AnnContainerMapper.
Leadtools.Annotations.Core.AnnContainerMapper.IgnoreDpiScale For internal use by LEADTOOLS.
Leadtools.Annotations.Core.AnnObject.StickyNoteObjectId Returns the ID for an AnnStickyNoteObject.
Leadtools.Annotations.Core.AnnObject.TextHiliteObjectId Returns the ID for an AnnTextHiliteObject.
Leadtools.Annotations.Core.AnnObject.TextStrikeoutObjectId Returns the ID for an AnnTextStrikeoutObject.
Leadtools.Annotations.Core.AnnObject.TextUnderlineObjectId Returns the ID for an AnnTextUnderlineObject.
Leadtools.Annotations.Core.AnnObject.TextRedactionObjectId Returns the ID for an AnnTextRedactionObject.
Leadtools.Annotations.Core.AnnObject.SubjectMetadataKey Subject metadata key.
Leadtools.Annotations.Core.AnnObject.AuthorMetadataKey Author metadata key.
Leadtools.Annotations.Core.AnnObject.ModifiedMetadataKey Modified metadata key.
Leadtools.Annotations.Core.AnnObject.TitleMetadataKey Title metadata key.
Leadtools.Annotations.Core.AnnObject.ContentMetadataKey Content metadata key.
Leadtools.Annotations.Core.AnnObject.CreatedMetadataKey Created metadata key.
Leadtools.Annotations.Core.AnnObject.GetArea Returns the pixel count of this AnnObject.
Leadtools.Annotations.Core.AnnObject.DateToString(DateTime) Converts a date time to a string.
Leadtools.Annotations.Core.AnnObject.DateFromString(String) Converts a string value to a date time.
Leadtools.Annotations.Core.AnnObject.UserId Gets or sets the user ID of this AnnObject.
Leadtools.Annotations.Core.AnnObject.SupportsSelectionStroke Indicates if this object supports a selection stroke.
Leadtools.Annotations.Core.AnnObject.SupportsOpacity Indicates if this object supports an opacity.
Leadtools.Annotations.Core.AnnObject.SupportsContent Indicates if this object supports content.
Leadtools.Annotations.Core.AnnObject.SelectionStroke Gets or sets the stroke to use when drawing the frame of this object.
Leadtools.Annotations.Core.AnnObject.ContentPicture Gets or sets the id of the picture used when drawing the content of this object.
Leadtools.Annotations.Core.AnnObject.Reviews Gets the items that can be used to add review comments and replies to this AnnObject.
Leadtools.Annotations.Core.AnnObject.RenderedObjectBounds Gets or sets the bounding rectangle of the object as it was last rendered.
Leadtools.Annotations.Core.AnnPolyRulerObject.ShowTickValue Gets or sets a value indicating whether the tick mark values for this AnnPolyRulerObject are visible.
Leadtools.Annotations.Core.AnnCrossProductObject.GetInvalidateRect(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.IAnnObjectRenderer) Gets a LeadRectD object that specifies the current physical rectangle of this AnnCrossProductObject.
Leadtools.Annotations.Core.AnnEncryptObject.Apply(Leadtools.Annotations.Core.AnnDataProvider,Leadtools.Annotations.Core.AnnContainer) Applies this AnnEncryptObject object to an image using the specified data provider.
Leadtools.Annotations.Core.AnnFreehandHotspotObject.GetInvalidateRect(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.IAnnObjectRenderer) Gets a LeadRectD object that specifies the current physical rectangle of this AnnFreehandHotspotObject.
Leadtools.Annotations.Core.AnnTextObject.SupportsContent Indicates if this object supports content.
Leadtools.Annotations.Core.AnnPointObject.GetInvalidateRect(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.IAnnObjectRenderer) Gets a LeadRectD object that specifies the current physical rectangle of this AnnObject.
Leadtools.Annotations.Core.AnnProtractorObject.GetInvalidateRect(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.IAnnObjectRenderer) Gets a LeadRectD object that specifies the current physical rectangle of this AnnProtractorObject.
Leadtools.Annotations.Core.AnnProtractorObject.ShowArc Gets or sets the value that indicates whether to view the protractor arc for thisAnnProtractorObject.
Leadtools.Annotations.Core.AnnRedactionObject.Realize(Leadtools.Annotations.Core.AnnDataProvider,Leadtools.Annotations.Core.AnnContainer) Realizes this AnnRedactionObject to an image using the specified data provider.
Leadtools.Annotations.Core.AnnRedactionObject.Realize(Leadtools.Annotations.Core.AnnDataProvider,Leadtools.Annotations.Core.AnnContainer) (WinRT) Realizes this AnnRedactionObject to an image using the specified data provider.
Leadtools.Annotations.Core.AnnRedactionObject.Restore(Leadtools.Annotations.Core.AnnDataProvider,Leadtools.Annotations.Core.AnnContainer) Restores the background behind the AnnRedactionObject using the specified data provider.
Leadtools.Annotations.Core.AnnRedactionObject.Restore(Leadtools.Annotations.Core.AnnDataProvider,Leadtools.Annotations.Core.AnnContainer) (WinRT) Restores the background behind AnnRedactionObject using the specified data provider.
Leadtools.Annotations.Core.AnnRedactionObject.SupportsOpacity Indicates if this object supports opacity.
Leadtools.Annotations.Core.AnnRedactionObject.ImageData Gets or sets the image pixel data for the realized area of this AnnRedactionObject.
Leadtools.Annotations.Core.AnnSelectionObject.SupportsContent Indicates if this object supports content.
Leadtools.Annotations.Core.AnnSelectionObject.SelectionOpacity Gets or sets the selection opacity for AnnSelectionObject.
Leadtools.Annotations.Core.AnnSelectionObject.CanRotate Indicates if this object supports rotation.
Leadtools.Annotations.Core.AnnStampObject.PictureSizeMode Gets or sets a value that controls how the picture is rendered inside the bounding rectangle of this object.
Leadtools.Annotations.Core.AnnStickyNoteObject Defines an annotation sticky note object.
Leadtools.Annotations.Core.AnnStickyNoteObject (Constructor) Initializes a new AnnStickyNoteObject class object.
Leadtools.Annotations.Core.AnnStickyNoteObject.Create Creates a new instance of AnnStickyNoteObject.
Leadtools.Annotations.Core.AnnStickyNoteObject.Scale(Double,Double,Leadtools.LeadPointD) Scales the AnnObject by the specified ratios.
Leadtools.Annotations.Core.AnnStickyNoteObject.ScaleVector(Double,Double,Leadtools.LeadPointD,Leadtools.LeadPointD,Leadtools.LeadPointD) Scales the AnnStickyNoteObject by the specified ratios, unit vector and center point.
Leadtools.Annotations.Core.AnnStickyNoteObject.Clone Creates an exact copy of this AnnStickyNoteObject object.
Leadtools.Annotations.Core.AnnStickyNoteObject.GetBoundingRectangle Gets the bounding rectangle for this AnnStickyNoteObject.
Leadtools.Annotations.Core.AnnStickyNoteObject.Serialize(Leadtools.Annotations.Core.AnnSerializeOptions,Xml.XmlNode,Xml.XmlDocument) Serializes the object to an XML document.
Leadtools.Annotations.Core.AnnStickyNoteObject.Deserialize(Leadtools.Annotations.Core.AnnDeserializeOptions,Xml.XmlNode,Xml.XmlDocument) Loads this object with data from the specified XML.
Leadtools.Annotations.Core.AnnStickyNoteObject.GetInvalidateRect(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.IAnnObjectRenderer) Gets a LeadRectD object that specifies the current physical rectangle of this AnnObject.
Leadtools.Annotations.Core.AnnStickyNoteObject.SupportsStroke Indicates if this object supports AnnStroke.
Leadtools.Annotations.Core.AnnStickyNoteObject.SupportsSelectionStroke Indicates if this object supports a selection stroke.
Leadtools.Annotations.Core.AnnStickyNoteObject.SupportsFill Indicates if this object supports AnnBrush.
Leadtools.Annotations.Core.AnnStickyNoteObject.SupportsFont Indicates if this object supports AnnFont.
Leadtools.Annotations.Core.AnnStickyNoteObject.CanRotate Indicates if this object supports rotation.
Leadtools.Annotations.Core.AnnStickyNoteObject.FriendlyName Gets the friendly name for AnnStickyNoteObject.
Leadtools.Annotations.Core.AnnStickyNoteObject.HitTestInterior Indicates if this AnnStickyNoteObject supports hit testing of its interior.
Leadtools.Annotations.Core.AnnStickyNoteObject.Picture Gets or sets the AnnPicture object associated with this AnnStickyNoteObject.
Leadtools.Annotations.Core.AnnStickyNoteObject.DefaultPicture Gets or sets the id of the default picture used for the AnnStickyNoteObject.
Leadtools.Annotations.Core.AnnTextHiliteObject Defines an annotation hilite text review object.
Leadtools.Annotations.Core.AnnTextReviewObject Base class for annotation text review objects
Leadtools.Annotations.Core.AnnTextReviewObject (Constructor) Initializes a new AnnTextReviewObject class object.
Leadtools.Annotations.Core.AnnTextReviewObject.HitTest(Leadtools.LeadPointD,Double) Performs hit-testing on this AnnTextReviewObject.
Leadtools.Annotations.Core.AnnTextReviewObject.Scale(Double,Double,Leadtools.LeadPointD) Scales the AnnObject by the specified ratios.
Leadtools.Annotations.Core.AnnTextReviewObject.ScaleVector(Double,Double,Leadtools.LeadPointD,Leadtools.LeadPointD,Leadtools.LeadPointD) Scales the AnnTextReviewObject by the specified ratios, unit vector and center point.
Leadtools.Annotations.Core.AnnTextReviewObject.Translate(Double,Double) Translates the AnnTextReviewObject by the specified values.
Leadtools.Annotations.Core.AnnTextReviewObject.Clone Creates an exact copy of this AnnTextReviewObject object.
Leadtools.Annotations.Core.AnnTextReviewObject.Serialize(Leadtools.Annotations.Core.AnnSerializeOptions,Xml.XmlNode,Xml.XmlDocument) Serializes the object to an XML document.
Leadtools.Annotations.Core.AnnTextReviewObject.Deserialize(Leadtools.Annotations.Core.AnnDeserializeOptions,Xml.XmlNode,Xml.XmlDocument) Loads this object with data from the specified XML.
Leadtools.Annotations.Core.AnnTextReviewObject.AddRectangle(Leadtools.LeadRectD) Adds a rectangle to this AnnTextReviewObject.
Leadtools.Annotations.Core.AnnTextReviewObject.SetRectangles(Leadtools.LeadRectD[]) Replaces the rectangles of this AnnTextReviewObject.
Leadtools.Annotations.Core.AnnTextReviewObject.GetRectangles Returns the rectangles of this AnnTextReviewObject.
Leadtools.Annotations.Core.AnnTextReviewObject.CanRotate Indicates if this object supports rotation.
Leadtools.Annotations.Core.AnnTextReviewObject.HitTestInterior Indicates if this AnnTextReviewObject supports hit testing of its interior.
Leadtools.Annotations.Core.AnnTextReviewObject.CanTranslate Indicates if this object supports translation.
Leadtools.Annotations.Core.AnnTextReviewObject.CanScale Indicates if this object supports scaling.
Leadtools.Annotations.Core.AnnTextReviewObject.SupportsSelectionStroke Indicates if this object supports a selection stroke.
Leadtools.Annotations.Core.AnnTextReviewObject.SupportsFill Indicates if this object supports AnnBrush.
Leadtools.Annotations.Core.AnnTextReviewObject.SupportsStroke Indicates if this object supports AnnStroke.
Leadtools.Annotations.Core.AnnTextHiliteObject (Constructor) Initializes a new AnnTextHiliteObject class object.
Leadtools.Annotations.Core.AnnTextHiliteObject.Create Creates a new instance of AnnTextHiliteObject.
Leadtools.Annotations.Core.AnnTextHiliteObject.Clone Creates an exact copy of this AnnTextReviewObject object.
Leadtools.Annotations.Core.AnnTextHiliteObject.FriendlyName Gets the friendly name for AnnTextHiliteObject.
Leadtools.Annotations.Core.AnnTextRedactionObject Defines an annotation redaction text review object.
Leadtools.Annotations.Core.AnnTextRedactionObject (Constructor) Initializes a new AnnTextRedactionObject class object.
Leadtools.Annotations.Core.AnnTextRedactionObject.Create Creates a new instance of AnnTextRedactionObject.
Leadtools.Annotations.Core.AnnTextRedactionObject.Clone Creates an exact copy of this AnnTextRedactionObject object.
Leadtools.Annotations.Core.AnnTextRedactionObject.SupportsOpacity Indicates if this object supports opacity.
Leadtools.Annotations.Core.AnnTextRedactionObject.FriendlyName Gets the friendly name for AnnTextRedactionObject.
Leadtools.Annotations.Core.AnnTextUnderlineObject Defines an annotation underline text review object.
Leadtools.Annotations.Core.AnnTextUnderlineObject (Constructor) Initializes a new AnnTextUnderlineObject class object.
Leadtools.Annotations.Core.AnnTextUnderlineObject.Create Creates a new instance of AnnTextUnderlineObject.
Leadtools.Annotations.Core.AnnTextUnderlineObject.Clone Creates an exact copy of this AnnTextUnderlineObject object.
Leadtools.Annotations.Core.AnnTextUnderlineObject.FriendlyName Gets the friendly name for AnnTextUnderlineObject.
Leadtools.Annotations.Core.AnnTextStrikeoutObject Defines an annotation strikeout text review object.
Leadtools.Annotations.Core.AnnTextStrikeoutObject (Constructor) Initializes a new AnnTextStrikeoutObject class object.
Leadtools.Annotations.Core.AnnTextStrikeoutObject.Create Creates a new instance of AnnTextStrikeoutObject.
Leadtools.Annotations.Core.AnnTextStrikeoutObject.Clone Creates an exact copy of this AnnTextStrikeoutObject object.
Leadtools.Annotations.Core.AnnTextStrikeoutObject.FriendlyName Gets the friendly name for AnnTextStrikeoutObject.
Leadtools.Annotations.Core.AnnRenderingEngine.RenderGrid(Boolean,Leadtools.Annotations.Core.AnnContainer) Renders the overlaying grid into the container.
Leadtools.Annotations.Core.AnnRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Object) Attaches a container and a context to this drawing engine.
Leadtools.Annotations.Core.AnnRenderingEngine.RenderOnImage(Leadtools.Annotations.Core.AnnContainer,Leadtools.RasterImage) Renders the container into the specified image.
Leadtools.Annotations.Core.AnnRenderingEngine.SnapToGridOptions Gets or sets the default AnnSnapToGridOptions.
Leadtools.Annotations.Core.AnnRenderingEngine.RenderState Gets or sets the states parts of the annotation objects to render.
Leadtools.Annotations.Core.AnnUserMode.Render Render mode. Used for viewing objects only.
Leadtools.Annotations.Core.AnnKeys.Back Backspace key
Leadtools.Annotations.Core.AnnKeys.Tab Tab key
Leadtools.Annotations.Core.AnnKeys.ShiftKey Shift key
Leadtools.Annotations.Core.AnnKeys.ControlKey Control key
Leadtools.Annotations.Core.AnnKeys.Menu Menu (Alt) key
Leadtools.Annotations.Core.AnnKeys.Insert Insert key
Leadtools.Annotations.Core.AnnKeys.DeleteKey Delete key
Leadtools.Annotations.Core.AnnLabelRestriction Indicates the restriction mode of AnnLabel objects.
Leadtools.Annotations.Core.AnnLabelRestriction.None

No label restriction.

Leadtools.Annotations.Core.AnnLabelRestriction.RestrictToContainer

Restrict label to the parent container boundary.

Leadtools.Annotations.Core.AnnLabelRestriction.RestrictToObjectBounds

Restrict label to object bounds.

Leadtools.Annotations.Core.AnnLabelRestriction.RestrictToUserRect

Restirct label to the user defined rectangle set in AnnLabel.RestrictionRectangle

Leadtools.Annotations.Core.AnnRenderState Indicates different state of an AnnObject that can be rendered.
Leadtools.Annotations.Core.AnnRenderState.None

Do not render any of the states.

Leadtools.Annotations.Core.AnnRenderState.Lock

Render the lock picture.

Leadtools.Annotations.Core.AnnRenderState.Content

Render the content picture.

Leadtools.Annotations.Core.AnnRenderState.Label

Render the object labels.

Leadtools.Annotations.Core.AnnRenderState.All

Render all (lock, content and labels).

Leadtools.Annotations.Core.AnnLabelPositionMode Indicates how the label is positioned relative to its parent.
Leadtools.Annotations.Core.AnnLabelPositionMode.Normal

The label is positioned from the top-left of the current container.

Leadtools.Annotations.Core.AnnLabelPositionMode.RelativeToObject

The label is positioned relative from the top-left of the parent object.

Leadtools.Annotations.Core.AnnLinearGradientMode Specifies the direction of a linear gradient.
Leadtools.Annotations.Core.AnnLinearGradientMode.Horizontal

Specifies a gradient from left to right.

Leadtools.Annotations.Core.AnnLinearGradientMode.Vertical

Specifies a gradient from top to bottom.

Leadtools.Annotations.Core.AnnLinearGradientMode.Diagonal

Specifies a gradient from upper left to lower right.

Leadtools.Annotations.Core.AnnSizeMode Specifies how to render a picture inside the destination bounding rectangle.
Leadtools.Annotations.Core.AnnSizeMode.ActualSize

Render the picture using its original size.

Leadtools.Annotations.Core.AnnSizeMode.Stretch

Stretch the picture to fill the destination bounding rectangle.

Leadtools.Annotations.Core.AnnStrokeAlignment Specifies the alignment of the stroke width.
Leadtools.Annotations.Core.AnnStrokeAlignment.Center

Specifies that the stroke width is centered in the line.

Leadtools.Annotations.Core.AnnStrokeAlignment.Inset

Specifies that the stroke width is positioned on the inside of the line.

Leadtools.Annotations.Core.AnnEditContentEventArgs Provides data for the AnnAutomation.EditContent event.
Leadtools.Annotations.Core.AnnEditContentEventArgs.Create(Leadtools.Annotations.Core.AnnObject,Leadtools.LeadRectD) Creates a new instance of the AnnEditContentEventArgs class.
Leadtools.Annotations.Core.AnnEditContentEventArgs.TargetObject Gets the AnnObject that is entering content-editing mode.
Leadtools.Annotations.Core.AnnEditContentEventArgs.Bounds Gets the bounding rectangle of the AnnObject entering content-editing mode in screen/device coordinates.
Leadtools.Annotations.Core.AnnEditContentEventArgs.Cancel Gets or sets a value indicating whether edit mode should be canceled.
Leadtools.Annotations.Core.AnnPointerEventArgs.Clone Creates an exact copy of this AnnPointerEventArgs object.
Leadtools.Annotations.Core.AnnPointerEventArgs.IsHandled Gets or sets whether the event has been handled by the automation.
Leadtools.Annotations.Core.AnnSolidColorBrush.brush(String) (Objective C) Creates an AnnSolidColorBrush object with the specified color.
Leadtools.Annotations.Core.AnnGradientStop Describes the location and color of a transition point in a gradient.
Leadtools.Annotations.Core.AnnGradientStop (Constructor) Initializes a new instance of AnnGradientStop with default parameteres.
Leadtools.Annotations.Core.AnnGradientStop(String,Double) (Constructor) Initializes a new instance of AnnGradientStop with the specified parameteres.
Leadtools.Annotations.Core.AnnGradientStop.Clone Creates an exact copy of this AnnGradientStop object.
Leadtools.Annotations.Core.AnnGradientStop.Color Gets or sets the color of the gradient stop.
Leadtools.Annotations.Core.AnnGradientStop.Offset Gets the location of the gradient stop within the gradient vector.
Leadtools.Annotations.Core.AnnGradientBrush Describes a brush with a gradient, composed of gradient stops.
Leadtools.Annotations.Core.AnnGradientBrush.Clone Creates an exact copy of this AnnBrush object.
Leadtools.Annotations.Core.AnnGradientBrush.GradientStops Gets a collection of the gradient stops used by this brush.
Leadtools.Annotations.Core.AnnLinearGradientBrush Describes a brush with a linear gradient.
Leadtools.Annotations.Core.AnnLinearGradientBrush.CreateBrush Creates a new instance of AnnBrush from this AnnLinearGradientBrush.
Leadtools.Annotations.Core.AnnLinearGradientBrush (Constructor) Initializes a new instance of AnnLinearGradientBrush.
Leadtools.Annotations.Core.AnnLinearGradientBrush.Create(Leadtools.Annotations.Core.AnnLinearGradientMode) Creates a new instance of AnnLinearGradientBrush from a linear gradient mode.
Leadtools.Annotations.Core.AnnLinearGradientBrush.Clone Creates an exact copy of this AnnLinearGradientBrush object.
Leadtools.Annotations.Core.AnnLinearGradientBrush.LinearGradientMode Gets or sets the direction of the linear gradient of this brush.
Leadtools.Annotations.Core.AnnDataProvider Provider for annotations image data.
Leadtools.Annotations.Core.AnnDataProvider (Constructor)

Initializes a new instance of AnnDataProvider.

Leadtools.Annotations.Core.AnnDataProvider.GetImageData(Leadtools.Annotations.Core.AnnContainer,Leadtools.LeadRectD) Returns the image data at the specified location and size.
Leadtools.Annotations.Core.AnnDataProvider.GetImageData(Leadtools.Annotations.Core.AnnContainer,Leadtools.LeadRectD) (WinRT) Returns the image data at the specified location and size.
Leadtools.Annotations.Core.AnnDataProvider.SetImageData(Leadtools.Annotations.Core.AnnContainer,Leadtools.LeadRectD,Byte[]) Sets the image data at the specified location and size.
Leadtools.Annotations.Core.AnnDataProvider.SetImageData(Leadtools.Annotations.Core.AnnContainer,Leadtools.LeadRectD,Byte[]) (WinRT) Sets the image data at the specified location and size.
Leadtools.Annotations.Core.AnnDataProvider.Encrypt(Leadtools.Annotations.Core.AnnContainer,Leadtools.LeadRectD,Int32) Scrambles the pixel data of the image at the specified location and size using a key.
Leadtools.Annotations.Core.AnnDataProvider.Decrypt(Leadtools.Annotations.Core.AnnContainer,Leadtools.LeadRectD,Int32) De-scrambles the pixel data of the image at the specified location and size using a key.
Leadtools.Annotations.Core.AnnDataProvider.Fill(Leadtools.Annotations.Core.AnnContainer,Leadtools.LeadRectD,String) Fills with a color the image data at the specified location and size.
Leadtools.Annotations.Core.AnnDataProvider.CanRead Gets a value that indicate whether this AnnDataProvider supports reading image data.
Leadtools.Annotations.Core.AnnDataProvider.CanWrite Gets a value that indicate whether this AnnDataProvider supports writing image data.
Leadtools.Annotations.Core.AnnFont.OnPropertyChanged(Leadtools.Annotations.Core.AnnPropertyChangedEventArgs) Raises the PropertyChanged event.
Leadtools.Annotations.Core.AnnFont.PropertyChanged Occurs when a property value changes. AnnPropertyChangedEventArgs
Leadtools.Annotations.Core.AnnLabel.RestrictionMode Gets or sets the restriction mode for this AnnLabel.
Leadtools.Annotations.Core.AnnLabel.RestrictionRectangle Gets or sets the uiser restriction rectangle for this AnnLabel.
Leadtools.Annotations.Core.AnnLabel.Parent Gets or sets the owner annotation object.
Leadtools.Annotations.Core.AnnLabel.PositionMode Gets or sets a value that controls how the label is positioned from its Parent.
Leadtools.Annotations.Core.AnnLabel.OffsetHeight Gets or sets a value that indicate whether to offset the label from the bottom-left instead of top-left position.
Leadtools.Annotations.Core.AnnLabel.RenderedLabelBounds Gets or sets the bounding rectangle of the label as it was last rendered.
Leadtools.Annotations.Core.AnnOperationType Specifies an annotation operation type.
Leadtools.Annotations.Core.AnnOperationType.CreateObjects New annotation object is being created and added to the container.
Leadtools.Annotations.Core.AnnOperationType.DeleteObjects Annotation objects are being deleted and removed the container.
Leadtools.Annotations.Core.AnnOperationType.EditObjects Annotation objects are being modified.
Leadtools.Annotations.Core.AnnOperationType.LockObjects The objects are being locked with a password.
Leadtools.Annotations.Core.AnnOperationType.UnlockObjects The objects are being unlocked with a password.
Leadtools.Annotations.Core.AnnOperationType.RealizeRedact Aedaction object being realized.
Leadtools.Annotations.Core.AnnOperationType.RestoreRedact Redaction object being restored.
Leadtools.Annotations.Core.AnnOperationType.Save Container is being saved.
Leadtools.Annotations.Core.AnnOperationType.Load Container is being loaded.
Leadtools.Annotations.Core.AnnOperationType.BurnObjects Objects being burned on the surface of the image being annotated.
Leadtools.Annotations.Core.AnnOperationType.CopyObjects Objects being copied to the clipboard.
Leadtools.Annotations.Core.AnnOperationType.PasteObjects Objects being pasted from the clipboard into the container.
Leadtools.Annotations.Core.AnnOperationType.EncryptObjects Encryption objects are applied to scramble the image data.
Leadtools.Annotations.Core.AnnOperationType.DecryptObjects Encryption objects are applied to de-scramble the image data.
Leadtools.Annotations.Core.AnnOperationType.RenderingObjects Objects are rendered on the image being annotated.
Leadtools.Annotations.Core.AnnOperationType.HitTestObjects Object is being hit-tested.
Leadtools.Annotations.Core.AnnOperationInfoEventArgs Defines an annotation operation information including its type and the annotation object involved.
Leadtools.Annotations.Core.AnnOperationInfoEventArgs(Leadtools.Annotations.Core.AnnOperationType,Leadtools.Annotations.Core.AnnObject) (Constructor) Initializes a new AnnOperationInfoEventArgs object.
Leadtools.Annotations.Core.AnnOperationInfoEventArgs.Type Gets the operation type.
Leadtools.Annotations.Core.AnnOperationInfoEventArgs.AnnObject Gets the target annotation object of this operation.
Leadtools.Annotations.Core.AnnOperationInfoEventArgs.Role Gets or sets the role associated with this operation.
Leadtools.Annotations.Core.AnnOperationInfoEventArgs.IgnoreUserCheck Gets or sets a value that indicate if the system should ignore checking the user name and allow the operation based on the role only.
Leadtools.Annotations.Core.AnnRoles List of roles used by the application.
Leadtools.Annotations.Core.AnnRoles.View Allow viewing of only the objects created by the current user.
Leadtools.Annotations.Core.AnnRoles.Edit Allow editing of only the objects created by the current user.
Leadtools.Annotations.Core.AnnRoles.ViewAll Allow viewing of all objects.
Leadtools.Annotations.Core.AnnRoles.EditAll Allow editing of all objects.
Leadtools.Annotations.Core.AnnRoles.FullControl Allow full control.
Leadtools.Annotations.Core.AnnGroupsRoles Provides support for user roles in the annotations framework.
Leadtools.Annotations.Core.AnnGroupsRoles.GetUserGroup(String) Gets a list of all the groups the specified user belong to.
Leadtools.Annotations.Core.AnnGroupsRoles.GetUserRoles(String) Gets a list of all the roles the specified user belong to.
Leadtools.Annotations.Core.AnnGroupsRoles.OnGenerateRole(Leadtools.Annotations.Core.AnnOperationInfoEventArgs) Invokes the GenerateRole event and return the new role name.
Leadtools.Annotations.Core.AnnGroupsRoles.IsCurrentUserInRole(Leadtools.Annotations.Core.AnnOperationInfoEventArgs) Gets a value that indicate whether CurrentUser have enough roles to allow running the specified operation.
Leadtools.Annotations.Core.AnnGroupsRoles.IsUserInRole(String,Leadtools.Annotations.Core.AnnOperationInfoEventArgs) Gets a value that indicate whether the specified user have enough roles to allow running the specified operation.
Leadtools.Annotations.Core.AnnGroupsRoles.GenerateRole Event to trigger to generate role names from custom operations types.
Leadtools.Annotations.Core.AnnGroupsRoles.CurrentUser Gets or sets the name of the current logged in user.
Leadtools.Annotations.Core.AnnGroupsRoles.GroupUsers Gets a dictionary which defines a group (as the key) and the users that belong to it (as a collection of user names).
Leadtools.Annotations.Core.AnnGroupsRoles.GroupRoles Gets a dictionary which define the group (as the key) and the roles that belong to it (as a collection of roles).
Leadtools.Annotations.Core.AnnReview Represents an annotation review comment item.
Leadtools.Annotations.Core.AnnReview.None None status. Indicates no particular status or has not been set yet.
Leadtools.Annotations.Core.AnnReview.Created Created status. Indicates the item is created.
Leadtools.Annotations.Core.AnnReview.Modified Modified status. Indicates the item is modified.
Leadtools.Annotations.Core.AnnReview.Cancelled Cancelled status. Indicates the item is cancelled.
Leadtools.Annotations.Core.AnnReview.Rejected Rejected status. Indicates the item is rejected.
Leadtools.Annotations.Core.AnnReview.Accepted Accepted status. Indicates the item is accepted.
Leadtools.Annotations.Core.AnnReview.Completed Completed status. Indicates the item is completed.
Leadtools.Annotations.Core.AnnReview.Reply Reply status. Indicates the item is a reply.
Leadtools.Annotations.Core.AnnReview (Constructor) Initializes a new AnnReview object.
Leadtools.Annotations.Core.AnnReview.Clone Creates an exact copy of this AnnReview object.
Leadtools.Annotations.Core.AnnReview.ToString Gets a human readable string that represents this review item.
Leadtools.Annotations.Core.AnnReview.Author Gets or sets the author of this review item.
Leadtools.Annotations.Core.AnnReview.Date Gets or sets the date this review item was created.
Leadtools.Annotations.Core.AnnReview.Status Gets or sets the status of this review item.
Leadtools.Annotations.Core.AnnReview.IsChecked Gets or sets a value that indicate whether this review item is checked (approved).
Leadtools.Annotations.Core.AnnReview.Comment Gets or sets the free flowing text that contains any additional notes or comments about this review item.
Leadtools.Annotations.Core.AnnReview.Replies Gets the list of replies to this review item.
Leadtools.Annotations.Core.AnnPicture(Drawing.Image) (Constructor) Initializes a new instance of the AnnPicture object from the specified windows image.
Leadtools.Annotations.Core.AnnSnapToGridOptions Options for annotation snap to grid behavior in annotation automation design mode.
Leadtools.Annotations.Core.AnnSnapToGridOptions (Constructor) Initializes a new AnnSnapToGridOptions class object with default values.
Leadtools.Annotations.Core.AnnSnapToGridOptions.Clone Creates an exact copy of this AnnSnapToGridOptions object.
Leadtools.Annotations.Core.AnnSnapToGridOptions.OnPropertyChanged(Leadtools.Annotations.Core.AnnPropertyChangedEventArgs) Raises the PropertyChanged event.
Leadtools.Annotations.Core.AnnSnapToGridOptions.PropertyChanged Occurs when a property value changes. AnnPropertyChangedEventArgs
Leadtools.Annotations.Core.AnnSnapToGridOptions.GridStroke Gets or sets the AnnStroke that will be used rendering the overlayed grid.
Leadtools.Annotations.Core.AnnSnapToGridOptions.GridLength Gets or sets a value indicating the length of the grid in pixels .
Leadtools.Annotations.Core.AnnSnapToGridOptions.LineSpacing Gets or sets a value indicating the frequency that lines are drawn over the grid dot-pattern.
Leadtools.Annotations.Core.AnnSnapToGridOptions.EnableSnap Gets or sets a value that indicates the 'snap' behavior when drawing or moving annotation objects in design mode.
Leadtools.Annotations.Core.AnnSnapToGridOptions.ShowGrid Gets or sets a value that indicates whether do display the grid in design mode.
Leadtools.Annotations.Core.AnnSnapToGridOptions.Opacity Gets or sets a value indicating the opacity value to use when rendering the overlayed grid.
Leadtools.Annotations.Core.AnnStroke.OnPropertyChanged(Leadtools.Annotations.Core.AnnPropertyChangedEventArgs) Raises the PropertyChanged event.
Leadtools.Annotations.Core.AnnStroke.StrokeAlignment Gets or sets the alignment of this AnnStroke object.
Leadtools.Annotations.Core.AnnStroke.PropertyChanged Occurs when a property value changes. AnnPropertyChangedEventArgs
Leadtools.Annotations.Core.AnnGradientStopCollection Represents a dynamic collection of AnnGradientStop's and provides notifications when items are added or removed.
Leadtools.Annotations.Core.AnnGradientStopCollection(Leadtools.Annotations.Core.AnnGradientStop[]) (Constructor) Creates a new AnnGradientStopCollection with values.
Leadtools.Annotations.Core.AnnGradientStopCollection (Constructor) Creates a new empty AnnGradientStopCollection.
Leadtools.Annotations.Core.AnnAutomationControlGetContainersCallback Callback that is used to obtain the collection of annotation containers used by the automation.
Leadtools.Annotations.Core.IAnnAutomationControl.OnAutomationPointerDown(Leadtools.Annotations.Core.AnnPointerEventArgs) Must be called when the pointer (mouse or touch) is pressed down or tapped on the control.
Leadtools.Annotations.Core.IAnnAutomationControl.OnAutomationPointerMove(Leadtools.Annotations.Core.AnnPointerEventArgs) Must be called when the pointer (mouse or touch) is moving or dragging on the control.
Leadtools.Annotations.Core.IAnnAutomationControl.OnAutomationPointerUp(Leadtools.Annotations.Core.AnnPointerEventArgs) Must be called when the pointer (mouse or touch) is released up from the control.
Leadtools.Annotations.Core.IAnnAutomationControl.OnAutomationDoubleClick(Leadtools.Annotations.Core.AnnPointerEventArgs) Must be called when the pointer (mouse or touch) is double clicked or tapped on the control.
Leadtools.Annotations.Core.IAnnAutomationControl.AutomationDataProvider Gets or sets the data provider to use for getting and setting image data.
Leadtools.Annotations.Core.IAnnAutomationControl.AutomationAntiAlias Gets or sets a value that indicate whether anti-aliasing should be used during rendering.
Leadtools.Annotations.Core.IAnnAutomationControl.AutomationGetContainersCallback Gets or sets the callback that is used to obtain the collection of annotation containers used by the automation.
Leadtools.Annotations.Core.IAnnAutomationControl.AutomationContainerIndex Gets or sets the active container index.
Leadtools.Annotations.Core.IAnnAutomationControl.AutomationObject Gets or sets the automation object.
Leadtools.Annotations.Core.IAnnAutomationControl.AutomationScrollOffset Gets the scroll offset being used by the control.
Leadtools.Annotations.Core.IAnnObjectRenderer.RenderContent(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject,Leadtools.Annotations.Core.AnnFixedStateOperations) Renders the content of an annotation object.
Leadtools.Annotations.Core.IAnnObjectRenderer.RenderSelection(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) Renders the selected part of this object if it supports a selection stroke.
Leadtools.Annotations.Core.IAnnObjectRenderer.RenderAlignmentTarget(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) Renders highlight rectangle above the bounds of alignment target object when EnableObjectsAlignment is turned on and the object is target alignment.

Version Changes: 17.5 to 18

New Members

The following members have been added to the existing types:

Member Description
Leadtools.Annotations.IO.AnnIo Provides support for loading annotation files saved by previous versions of LEADTOOLS.
Leadtools.Annotations.IO.AnnIo (Constructor) Initializes a new instance of Leadtools.Annotations.IO.AnnIo
Leadtools.Annotations.IO.AnnIo.Load(String,Leadtools.Annotations.Core.AnnContainer,Int32) Loads the annotation stored in a file at the specified page.
Leadtools.Annotations.IO.AnnIo.Load(IO.Stream,Leadtools.Annotations.Core.AnnContainer,Int32) Loads the annotation stored in a stream at the specified page.
Leadtools.Annotations.IO.AnnIo.Load(String) Loads the annotation stored in a file.
Leadtools.Annotations.IO.AnnIo.Load(IO.Stream) Loads the annotation stored in a stream.
Leadtools.Annotations.Core.AnnCodecs.SaveToString(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Core.AnnFormat,Int32) Saves an annotation container to a string.
Leadtools.Annotations.Core.AnnCodecs.GetInfoFromString(String) Gets information about the specified annotation xml data.
Leadtools.Annotations.Core.AnnCodecs.GetInfo(IO.Stream) Gets information about the specified annotation file stored in a stream.
Leadtools.Annotations.Core.AnnCodecs.LoadFromString(String,Int32) Loads an annotation container from the specified xml data.
Leadtools.Annotations.Core.AnnCodecs.Load(IO.Stream,Int32) Loads an annotation container from the specified stream.
Leadtools.Annotations.Core.AnnCodecs.Save(String,Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Core.AnnFormat,Int32) Saves an annotation container to a file.
Leadtools.Annotations.Core.AnnCodecs.Save(IO.Stream,Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Core.AnnFormat,Int32) Saves an annotation container to a stream.
Leadtools.Annotations.Core.AnnCodecs.GetInfoAsync(StorageFile) Gets information about the specified annotation file.
Leadtools.Annotations.Core.AnnCodecs.LoadAsync(StorageFile,Int32) Loads an annotation container from the specified storage file.
Leadtools.Annotations.Core.AnnCodecs.SaveAsync(StorageFile,Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Core.AnnFormat,Int32) Saves an annotation container to a storage file data.
Leadtools.Annotations.Core.AnnCodecs.LoadFromXmlDocument(Document,Int32) (Java) Loads an annotation container from the specified XML document.
Leadtools.Annotations.Core.AnnCodecs.LoadFromXmlDocument(Document,Int32) (Objective C) Loads an annotation container from the specified XML document.
Leadtools.Annotations.Core.AnnCodecs.GetInfoFromXmlDocument(Document) (Java) Gets information about the specified XML document.
Leadtools.Annotations.Core.AnnCodecs.GetInfoFromXmlDocument(Document) (Objective C) Gets information about the specified XML document.
Leadtools.Annotations.Core.AnnCodecs.Load(String,Int32) (Java) Loads an annotation container from the specified XML data.
Leadtools.Annotations.Core.AnnCodecs.Load(String,Int32) (Objective C) Loads an annotation container from the specified XML data.
Leadtools.Annotations.Core.AnnCodecs.Load(File,Int32) (Java) Loads an annotation container from the specified file.
Leadtools.Annotations.Core.AnnCodecs.Save(IO.Stream,Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Core.AnnFormat,String,Int32) (Java) Saves an annotation container to a stream.
Leadtools.Annotations.Core.AnnCodecs.Save(Writer,Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Core.AnnFormat,String,Int32) (Java) Saves an annotation container to a writer.
Leadtools.Annotations.Core.AnnCodecs.Save(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Core.AnnFormat,String,Int32) (Java) Saves an annotation container to XML data.
Leadtools.Annotations.Core.AnnCodecs.Save(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Core.AnnFormat,String,Int32) (Objective C) Saves an annotation container to XML data.
Leadtools.Annotations.Core.AnnCodecs.SaveLayer(IO.Stream,Leadtools.Annotations.Core.AnnLayer,Leadtools.Annotations.Core.AnnFormat,Int32) Saves an annotation layer to a stream.
Leadtools.Annotations.Core.AnnCodecs.SaveLayer(String,Leadtools.Annotations.Core.AnnLayer,Leadtools.Annotations.Core.AnnFormat,Int32) Saves an annotation layer to a file.
Leadtools.Annotations.Core.AnnCodecs.SaveLayerToString(Leadtools.Annotations.Core.AnnLayer,Leadtools.Annotations.Core.AnnFormat) Saves an annotation layer to a string.
Leadtools.Annotations.Core.AnnCheckModifierCallback Callback used to determine whether a specific key is pressed in this platform.
Leadtools.Annotations.Core.AnnResizeMode Determines how to resize the container in the new dimension values.
Leadtools.Annotations.Core.AnnResizeMode.Fit

Fit the container into the destination size while maintaining the aspect ratio. If the container size is smaller than the destination size, do not perform resizing.

Leadtools.Annotations.Core.AnnResizeMode.FitAlways

Always fit the container into the destination size while maintaining the aspect ratio, even if the container size is smaller than the destination size.

Leadtools.Annotations.Core.AnnResizeMode.FitWidth

Adjust the container width so it has the same value as the destination size, while maintaining the aspect ratio

Leadtools.Annotations.Core.AnnResizeMode.FitHeight

Adjust the container height so it has the same value as the destination size, while maintaining the aspect ratio

Leadtools.Annotations.Core.AnnResizeMode.Stretch

Adjust the container so it has the same exact size as the destination size. Aspect ratio may not be maintained

Leadtools.Annotations.Core.AnnResizeContainerFlags Flags for the AnnContainer.Resize method.
Leadtools.Annotations.Core.AnnResizeContainerFlags.None

Resize only the container. The annotations objects will not be affected.

Leadtools.Annotations.Core.AnnResizeContainerFlags.ResizeObjects Resize the container and the objects inside.
Leadtools.Annotations.Core.AnnResizeContainerFlags.AutoCalibrate If used along with ResizeObject, then any rulers inside the container will be auto-calibrated using the new size.
Leadtools.Annotations.Core.AnnContainer.Resize(Leadtools.LeadSizeD,Leadtools.Annotations.Core.AnnResizeContainerFlags,Leadtools.Annotations.Core.AnnResizeMode) Resizes this container to the specified size using the specified options.
Leadtools.Annotations.Core.AnnContainer.Layers Gets the collection of AnnLayers in this AnnContainer.
Leadtools.Annotations.Core.AnnContainer.ActiveLayer Gets or sets the active layer in this container.
Leadtools.Annotations.Core.AnnContainer.IsEnabled Gets or sets a value indicating whether the object is enabled.
Leadtools.Annotations.Core.AnnContainer.HitTestBehavior Gets or sets a value that determines how objects are hit-tested using a selection rectangle.
Leadtools.Annotations.Core.AnnContainer.UserData Gets or sets a user-defined value associated with this container
Leadtools.Annotations.Core.AnnContainerMapper.StrokeFromContainerCoordinates(Leadtools.Annotations.Core.AnnStroke,Leadtools.Annotations.Core.AnnFixedStateOperations) Converts a stroke to container coordinates.
Leadtools.Annotations.Core.AnnContainerMapper.FontRelativeToDevice Gets or sets a value that indicate whether font size is relative to the device (screen).
Leadtools.Annotations.Core.AnnContainerMapper.Offset Gets or sets the offset for this AnnContainerMapper.
Leadtools.Annotations.Core.AnnObject.MediaObjectId Returns the ID for a "media" object. Not used in this version of the annotation framework.
Leadtools.Annotations.Core.AnnObject.GetInvalidateRect(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.IAnnObjectRenderer) Gets a LeadRectD object that specifies the current physical rectangle of this AnnObject.
Leadtools.Annotations.Core.AnnObject.ScaleVector(Double,Double,Leadtools.LeadPointD,Leadtools.LeadPointD,Leadtools.LeadPointD) Scales the AnnObject by the specified ratios, unit vector and center point.
Leadtools.Annotations.Core.AnnObject.StateId Gets or sets the optional state ID of this object to be used with state rendering engines.
Leadtools.Annotations.Core.AnnObject.Layer Get the optional layer that contain this object.
Leadtools.Annotations.Core.AnnObject.Opacity Gets or sets a value indicating the opacity value to use when rendering this object.
Leadtools.Annotations.Core.AnnObject.Metadata Gets the metadata associated with this object.
Leadtools.Annotations.Core.AnnPolyRulerObject.GetInvalidateRect(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.IAnnObjectRenderer) Gets a LeadRectD object that specifies the current physical rectangle of this AnnObject.
Leadtools.Annotations.Core.AnnCrossProductObject.GetRulerLength(Double) Gets the calibrated length of this AnnCrossProductObject.
Leadtools.Annotations.Core.AnnCrossProductObject.SupportsFill Indicates if this object supports a fill.
Leadtools.Annotations.Core.AnnCurveObject.GetBoundingRectangle Gets the bounding rectangle for this AnnCurveObject object.
Leadtools.Annotations.Core.AnnRectangleObject(Leadtools.LeadRectD) (Constructor) Initializes a new AnnRectangleObject class object with specified values.
Leadtools.Annotations.Core.AnnEncryptObject Defines an annotation encrypt object.
Leadtools.Annotations.Core.AnnEncryptObject (Constructor) Initializes a new AnnEncryptObject class object.
Leadtools.Annotations.Core.AnnEncryptObject.ScaleVector(Double,Double,Leadtools.LeadPointD,Leadtools.LeadPointD,Leadtools.LeadPointD) Scales the AnnEncryptObject by the specified ratios, unit vector and center point.
Leadtools.Annotations.Core.AnnEncryptObject.Rotate(Double,Leadtools.LeadPointD) Rotates the AnnEncryptObject around the specified point by the specified number of degrees.
Leadtools.Annotations.Core.AnnEncryptObject.Translate(Double,Double) Translates the AnnEncryptObject by the specified values.
Leadtools.Annotations.Core.AnnEncryptObject.Create Creates a new instance of AnnEncryptObject.
Leadtools.Annotations.Core.AnnEncryptObject.Clone Creates an exact copy of this AnnEncryptObject object.
Leadtools.Annotations.Core.AnnEncryptObject.Apply(Leadtools.RasterImage,Leadtools.Annotations.Core.AnnContainerMapper) Applies this AnnEncryptObject object to an image.
Leadtools.Annotations.Core.AnnEncryptObject.Serialize(Leadtools.Annotations.Core.AnnSerializeOptions,Xml.XmlNode,Xml.XmlDocument) Serializes the object to an XML document.
Leadtools.Annotations.Core.AnnEncryptObject.Deserialize(Leadtools.Annotations.Core.AnnDeserializeOptions,Xml.XmlNode,Xml.XmlDocument) Loads this object with data from the specified XML.
Leadtools.Annotations.Core.AnnEncryptObject.FriendlyName Gets the friendly name for AnnEncryptObject.
Leadtools.Annotations.Core.AnnEncryptObject.PrimaryPicture Gets or sets the primary AnnPicture object associated with this AnnEncryptObject object.
Leadtools.Annotations.Core.AnnEncryptObject.SecondaryPicture Gets or sets the secondary AnnPicture object associated with this AnnEncryptObject object.
Leadtools.Annotations.Core.AnnEncryptObject.DefaultPrimaryPicture Gets or sets the id of the default primary picture used for the AnnEncryptObject.
Leadtools.Annotations.Core.AnnEncryptObject.DefaultSecondaryPicture Gets or sets the id of the default secondary picture used for the AnnEncryptObject.
Leadtools.Annotations.Core.AnnEncryptObject.Key Gets or sets the key used to encrypt or decrypt this AnnEncryptObject object.
Leadtools.Annotations.Core.AnnEncryptObject.ResetKeyIfApplied Gets or sets a value to indicate whether the Key of this AnnEncryptObject object is reset to 0 when applied.
Leadtools.Annotations.Core.AnnEncryptObject.SerializeKeyIfEncrypted Gets or sets a value to indicate whether the Key of this AnnEncryptObject object is serialized along with the rest of the object.
Leadtools.Annotations.Core.AnnEncryptObject.Encryptor Gets or sets a value to indicate whether this AnnEncryptObject object is in an encryptor or a decryptor.
Leadtools.Annotations.Core.AnnEncryptObject.IsEncrypted Gets a value indicating whether this AnnEncryptObject object is currently encrypted.
Leadtools.Annotations.Core.AnnEncryptObject.CanEncrypt Gets a value indicating whether this AnnEncryptObject object is ready to encrypt.
Leadtools.Annotations.Core.AnnEncryptObject.CanDecrypt Gets a value indicating whether this AnnEncryptObject object is ready to decrypt.
Leadtools.Annotations.Core.AnnEncryptObject.SupportsStroke Indicates if this object supports AnnStroke.
Leadtools.Annotations.Core.AnnEncryptObject.SupportsFill Indicates if this object supports a fill.
Leadtools.Annotations.Core.AnnEncryptObject.CanRotate Indicates if this object supports rotation.
Leadtools.Annotations.Core.AnnEncryptObject.HitTestInterior Indicates if this AnnEncryptObject supports hit testing of its interior.
Leadtools.Annotations.Core.AnnTextObject.WordWrap Gets or sets a value that indicates whether an AnnTextObject automatically wraps words to the beginning of the next line when necessary.
Leadtools.Annotations.Core.AnnNoteObject.GetInvalidateRect(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.IAnnObjectRenderer) Gets a LeadRectD object that specifies the current physical rectangle of this AnnObject.
Leadtools.Annotations.Core.AnnPointerObject.GetBoundingRectangle Gets the bounding rectangle for this AnnPointerObject object.
Leadtools.Annotations.Core.AnnPointerObject.SupportsFill Indicates if this object supports a fill.
Leadtools.Annotations.Core.AnnProtractorObject(Leadtools.LeadPointD,Leadtools.LeadPointD,Leadtools.LeadPointD) (Constructor) Initializes a new AnnProtractorObject class object with specified values.
Leadtools.Annotations.Core.AnnProtractorObject.SupportsFill Indicates if this object supports a fill.
Leadtools.Annotations.Core.AnnRedactionObject.Realize(Leadtools.RasterImage,Leadtools.Annotations.Core.AnnContainerMapper) Realizes this AnnRedactionObject to the specified image data.
Leadtools.Annotations.Core.AnnRedactionObject.Restore(Leadtools.RasterImage,Leadtools.Annotations.Core.AnnContainerMapper) Restores the background behind the AnnRedactionObject.
Leadtools.Annotations.Core.AnnRedactionObject.Image Gets or sets the image for the realized area of this AnnRedactionObject
Leadtools.Annotations.Core.AnnSelectionObject.ApplyProperties Applies the properties of this selection object to its children.
Leadtools.Annotations.Core.AnnSelectionObject.GetInvalidateRect(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.IAnnObjectRenderer) Gets a LeadRectD object that specifies the current physical rectangle of this AnnSelectionObject.
Leadtools.Annotations.Core.AnnSelectionObject.SelectionStroke Gets or sets the stroke to use when drawing the frame of this object.
Leadtools.Annotations.Core.AnnTextPointerObject.GetBoundingRectangle Gets the bounding rectangle for this AnnTextPointerObject object.
Leadtools.Annotations.Core.AnnTextPointerObject.Rotate(Double,Leadtools.LeadPointD) Rotates the AnnTextPointerObject around the specified point by the specified number of degrees.
Leadtools.Annotations.Core.AnnMediaObject Defines a media (Audio or Video) object.
Leadtools.Annotations.Core.AnnMediaObject (Constructor) Initializes a new AnnMediaObject class object.
Leadtools.Annotations.Core.AnnMediaObject.Create Creates a new instance of AnnMediaObject.
Leadtools.Annotations.Core.AnnMediaObject.Clone Creates an exact copy of this AnnMediaObject object.
Leadtools.Annotations.Core.AnnMediaObject.Serialize(Leadtools.Annotations.Core.AnnSerializeOptions,Xml.XmlNode,Xml.XmlDocument) Serializes the object to an XML document.
Leadtools.Annotations.Core.AnnMediaObject.Deserialize(Leadtools.Annotations.Core.AnnDeserializeOptions,Xml.XmlNode,Xml.XmlDocument) Loads this object with data from the specified XML.
Leadtools.Annotations.Core.AnnMediaObject.FriendlyName Gets the friendly name for AnnMediaObject.
Leadtools.Annotations.Core.AnnMediaObject.Media Gets or sets the media associated with this object.
Leadtools.Annotations.Core.AnnMediaObject.HitTestInterior Indicates if this AnnMediaObject supports hit testing of its interior.
Leadtools.Annotations.Core.AnnAudioObject Defines an audio object.
Leadtools.Annotations.Core.AnnAudioObject (Constructor) Initializes a new AnnAudioObject class object.
Leadtools.Annotations.Core.AnnAudioObject.Create Creates a new instance of AnnAudioObject.
Leadtools.Annotations.Core.AnnAudioObject.Clone Creates an exact copy of this AnnAudioObject object.
Leadtools.Annotations.Core.AnnAudioObject.Serialize(Leadtools.Annotations.Core.AnnSerializeOptions,Xml.XmlNode,Xml.XmlDocument) Serializes the object to an XML document.
Leadtools.Annotations.Core.AnnAudioObject.Deserialize(Leadtools.Annotations.Core.AnnDeserializeOptions,Xml.XmlNode,Xml.XmlDocument) Loads this object with data from the specified XML.
Leadtools.Annotations.Core.AnnAudioObject.FriendlyName Gets the friendly name for AnnAudioObject.
Leadtools.Annotations.Core.AnnAudioObject.HitTestInterior Indicates if this AnnAudioObject supports hit testing of its interior.
Leadtools.Annotations.Core.AnnRenderingEngine (Constructor) Initializes a new instance of AnnRenderingEngine.
Leadtools.Annotations.Core.AnnRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) Measures the specified string when drawn with the specified font.
Leadtools.Annotations.Core.AnnRenderingEngine.AttachContainer(Leadtools.Annotations.Core.AnnContainer) Attaches a container to this drawing engine.
Leadtools.Annotations.Core.AnnRenderingEngine.Detach Detaches this this drawing engine from the container.
Leadtools.Annotations.Core.AnnRenderingEngine.RenderLayer(Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnLayer,Leadtools.Annotations.Core.AnnContainer,Boolean) Renders an individual layer using the specified clip rectangle.
Leadtools.Annotations.Core.AnnRenderingEngine.RenderLayers(Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnLayerCollection,Leadtools.Annotations.Core.AnnContainer,Boolean) Renders annotation layers using the specified clip rectangle.
Leadtools.Annotations.Core.AnnRenderingEngine.RenderContainer(Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnContainer,Boolean) Renders a container using the specified clip rectangle.
Leadtools.Annotations.Core.AnnRenderingEngine.Stateless Gets a value that indicate whether this rendering engine is stateless.
Leadtools.Annotations.Core.AnnUnit.Pixel Specifies the pixel as the unit of measure.
Leadtools.Annotations.Core.AnnKeys Indicates a key code.
Leadtools.Annotations.Core.AnnKeys.None No key
Leadtools.Annotations.Core.AnnKeys.Enter Enter key
Leadtools.Annotations.Core.AnnKeys.Escape Escape key
Leadtools.Annotations.Core.AnnKeys.Space Space key
Leadtools.Annotations.Core.AnnKeys.Alt ALT key
Leadtools.Annotations.Core.AnnKeys.Shift Shift key
Leadtools.Annotations.Core.AnnKeys.Control Control key
Leadtools.Annotations.Core.AnnKeys.KeyCode Indicate the key code
Leadtools.Annotations.Core.AnnKeys.Modifiers Modifiers key
Leadtools.Annotations.Core.AnnHitTestBehavior Indicates the hit-test behavior.
Leadtools.Annotations.Core.AnnHitTestBehavior.Intersects

The selection rectangle can intersect with any part of the object.

Leadtools.Annotations.Core.AnnHitTestBehavior.Contains

The selection rectangle must fully contain the object.

Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs.CreateRemove(Int32) Creates a new instance of Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs for a remove operation.
Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs.CreateMove(Int32,Int32) Creates a new Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs for a move item event.
Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs.CreateReplace(Int32) Creates a new Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs for a replace item event.
Leadtools.Annotations.Core.AnnToolTipEventArgs Provides data for the AnnAutomation.ToolTip event.
Leadtools.Annotations.Core.AnnToolTipEventArgs.Create(Leadtools.Annotations.Core.AnnObject,Leadtools.LeadRectD) Creates a new AnnToolTipEventArgs with the specified parameters.
Leadtools.Annotations.Core.AnnToolTipEventArgs.AnnotationObject Gets the annotation object requesting the tooltip.
Leadtools.Annotations.Core.AnnToolTipEventArgs.Bounds Gets the boundary of the object requesting the tooltip.
Leadtools.Annotations.Core.AnnToolTipEventArgs.Cancel Gets or sets a value whether to cancel showing the tooltip.
Leadtools.Annotations.Core.AnnSolidColorBrush.brush(String) (Objective C) Creates an AnnSolidColorBrush object with the specified color.
Leadtools.Annotations.Core.AnnLabel.StateId Gets or sets the optional state ID of this label to be used with state rendering engines.
Leadtools.Annotations.Core.AnnLayerCollection Represents a dynamic collection of AnnLayers and provides notifications when items are added or removed.
Leadtools.Annotations.Core.AnnObservableCollection<T> A generic observable collection.
Leadtools.Annotations.Core.IAnnNotifyCollectionChanged Defines an interface to notify when a collection has changed.
Leadtools.Annotations.Core.IAnnNotifyCollectionChanged.CollectionChanged Occurs when the collection changes.
Leadtools.Annotations.Core.AnnObservableCollection<T>.ToArray Gets the item of this collection as an array.
Leadtools.Annotations.Core.AnnObservableCollection<T> Constructor(Collections.Generic.IEnumerable<T>) Initializes a new instance of AnnObservableCollection> from the specified collection.
Leadtools.Annotations.Core.AnnObservableCollection<T> Constructor(Collections.Generic.List<T>) Initializes a new instance of AnnObservableCollection from the specified list.
Leadtools.Annotations.Core.AnnObservableCollection<T> Constructor Initializes a new empty AnnObservableCollection.
Leadtools.Annotations.Core.AnnObservableCollection<T>.InsertItem(Int32,<T>) Inserts an item into this collection.
Leadtools.Annotations.Core.AnnObservableCollection<T>.Move(Int32,Int32) Moves an item to a new index.
Leadtools.Annotations.Core.AnnObservableCollection<T>.MoveItem(Int32,Int32) Moves an item to a new index.
Leadtools.Annotations.Core.AnnObservableCollection<T>.OnCollectionChanged(Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs) Forces the event.
Leadtools.Annotations.Core.AnnObservableCollection<T>.RemoveItem(Int32) Remove an item from the collection.
Leadtools.Annotations.Core.AnnObservableCollection<T>.SetItem(Int32,<T>) Sets an item in the collection with a new value.
Leadtools.Annotations.Core.AnnObservableCollection<T>.ClearItems Clears the collection.
Leadtools.Annotations.Core.AnnObservableCollection<T>.CollectionChanged Occurs when the collection changes.
Leadtools.Annotations.Core.AnnLayerCollection(Leadtools.Annotations.Core.AnnLayer) (Constructor) Creates a new layer collection for the specified owner.
Leadtools.Annotations.Core.AnnLayerCollection.InsertItem(Int32,Leadtools.Annotations.Core.AnnLayer) Inserts an item into this collection.
Leadtools.Annotations.Core.AnnLayerCollection.RemoveItem(Int32) Removes an item from this collection.
Leadtools.Annotations.Core.AnnLayerCollection.SendToBack(Leadtools.Annotations.Core.AnnLayer,Boolean) Moves a layer down in the Z-order of the list.
Leadtools.Annotations.Core.AnnLayerCollection.BringToFront(Leadtools.Annotations.Core.AnnLayer,Boolean) Moves a layer up in the Z-order of the list.
Leadtools.Annotations.Core.AnnLayerCollection.Owner Gets the owner layer of this collection.
Leadtools.Annotations.Core.AnnLayer Defines an annotation layer to logically group common annotations objects.
Leadtools.Annotations.Core.AnnLayer (Constructor) Creates a new layer.
Leadtools.Annotations.Core.AnnLayer.Create(String) Creates a new layer with the specified name.
Leadtools.Annotations.Core.AnnLayer.Parent Gets the parent of this layer.
Leadtools.Annotations.Core.AnnLayer.Name Gets or sets the optional name of this layer.
Leadtools.Annotations.Core.AnnLayer.IsVisible Gets or sets a value that indicates whether this layer is visible.
Leadtools.Annotations.Core.AnnLayer.Children Gets the collection of AnnObjects in this layer.
Leadtools.Annotations.Core.AnnLayer.Layers Gets the collection of children AnnLayers of this layer.
Leadtools.Annotations.Core.AnnObjectCollection(Leadtools.Annotations.Core.AnnObject[]) (Constructor) Creates a new AnnObjectCollection with values.
Leadtools.Annotations.Core.AnnObjectCollection.SendToBack(Leadtools.Annotations.Core.AnnObject,Boolean) Moves an object down in the Z-order of the list.
Leadtools.Annotations.Core.AnnObjectCollection.BringToFront(Leadtools.Annotations.Core.AnnObject,Boolean) Moves an object up in the Z-order of the list.
Leadtools.Annotations.Core.AnnPicture(Byte[]) (Constructor) Creates a new instance of the AnnPicture from PNG data.
Leadtools.Annotations.Core.AnnPicture(Resources,Int32) (Constructor) Initializes a new instance of the AnnPicture class from resources.
Leadtools.Annotations.Core.AnnPicture(InputStream) (Constructor) Initializes a new instance of the AnnPicture object from the specified input stream.
Leadtools.Annotations.Core.AnnPicture.Resources (Java) Gets the resources object that contains the image.
Leadtools.Annotations.Core.AnnPicture.ResourcesId (Java) Gets the image resource id.
Leadtools.Annotations.Core.AnnPicture.Stream (Java) Gets the InputStream containing the raw image data.
Leadtools.Annotations.Core.AnnThickness.op_Equality(Leadtools.Annotations.Core.AnnThickness,Leadtools.Annotations.Core.AnnThickness) Compares two AnnThickness objects for equality.
Leadtools.Annotations.Core.AnnThickness.op_Inequality(Leadtools.Annotations.Core.AnnThickness,Leadtools.Annotations.Core.AnnThickness) Compares two AnnThickness objects for inequality.
Leadtools.Annotations.Core.AnnMedia Defines a media (audio or video) source.
Leadtools.Annotations.Core.AnnMedia (Constructor) Initializes a new instance of AnnMedia.
Leadtools.Annotations.Core.AnnMedia.Clone Creates an exact copy of this AnnMedia object.
Leadtools.Annotations.Core.AnnMedia.Source1 Gets or sets the URL to the main media file.
Leadtools.Annotations.Core.AnnMedia.Type1 Gets or sets the optional media type for Source1
Leadtools.Annotations.Core.AnnMedia.Source2 Gets or sets the optional first alternate URL to the main media file.
Leadtools.Annotations.Core.AnnMedia.Type2 Gets or sets the optional media type for Source2
Leadtools.Annotations.Core.AnnMedia.Source3 Gets or sets the optional second alternate URL to the main media file.
Leadtools.Annotations.Core.AnnMedia.Type3 Gets or sets the optional media type for Source3
Leadtools.Annotations.Core.AnnContainerCollection Represents a dynamic collection of AnnContainer's and provides notifications when items are added or removed.
Leadtools.Annotations.Core.AnnContainerCollection(Leadtools.Annotations.Core.AnnContainer[]) (Constructor) Creates a new Leadtools.Annotations.Core.AnnContainerCollection with values.
Leadtools.Annotations.Core.AnnContainerCollection (Constructor) Creates a new empty Leadtools.Annotations.Core.AnnContainerCollection.
Leadtools.Annotations.Core.IAnnAutomationControl.Image Gets the RasterImage to use when a redaction object is realized or restored.
Leadtools.Annotations.Core.IAnnAutomationControl.AutomationTouchListener (Java) Represents events that are fired when the pointer is down(touched), moved, up (released) or double-tapped on the surface of the view. AnnPointerEventArgs
Leadtools.Annotations.Core.IAnnLabelRenderer.GetBounds(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnLabel,Leadtools.Annotations.Core.AnnFixedStateOperations) Gets the bound of the label.
Leadtools.Annotations.Core.IAnnNotifyPropertyChanged Defines an interface to notify when a property changes.
Leadtools.Annotations.Core.IAnnNotifyPropertyChanged.PropertyChanged Occurs when a property changes.
Leadtools.Annotations.Core.IAnnObjectRenderer.AddObject(Leadtools.Annotations.Core.AnnObject) Called by the state annotation rendering engine to add the element for this object.
Leadtools.Annotations.Core.IAnnObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) Called by the state annotation rendering engine to remove the element for this object.
Leadtools.Annotations.Core.IAnnThumbStyle.RenderHitTest(Leadtools.LeadPointD,Leadtools.LeadPointD,Double,Leadtools.Annotations.Core.AnnContainerMapper) Queries the specified location to determine if a test point is over the thumb using the specified mapper.
Leadtools.Annotations.Core.IAnnThumbStyle.IsVisible Gets or sets a value that indicates whether this thumbnail in visible.
Leadtools.Annotations.Core.IAnnThumbStyle.Renderer Gets or sets the renderer for the parent object.

Version 18 changes

Version 17.5 changes

Leadtools.Annotations.Core Changes from Version 17.5 to Version 18

Android, iOS / OS X, and .NET WinForms support - LEADTOOLS V18 adds Android support to its toolkits through the new LEADTOOLS Android SDK. In addition, iOS / OS X support for its toolkits has been added through the new LEADTOOLS iOS / OS X SDK; and .NET WinForms support has been added through the new LEADTOOLS .NET WinForms SDK. These toolkits provide everything a developer needs to create imaging-enabled Android, iOS / OS X, or .NET WinForms applications.

New Libraries

The following Libraries have been added to LEADTOOLS version 18:

Packages, Frameworks or DLLs Comments
leadtools.annotations.core.jar Android support for providing low-level annotation functionality.
Leadtools.Annotations.Core.framework iOS / OS X support for providing low-level annotation functionality.
Leadtools.Annotations.Core.DLL .NET WinForms support for providing low-level annotation functionality.

For more information, refer to https://www.leadtools.com/corporate/new-in-v18.htm.

Leadtools.Annotations.Core (Windows Store) Changes from Version 17 to Version 17.5

New Library

Assemblies Metadata Comments
Leadtools.Annotations.Core.DLL N/A The AnnObject class is the base class for all LEADTOOLS Annotation objects. This class (and other classes from the Leadtools.Annotations namespace), provide low-level annotation functionality.

Error processing SSI file